| lcPaint_PtbufAddPtbuf | Home |
|
BOOL lcPaint_PtbufAddPtbuf ( HANDLE hPtbuf, HANDLE hPtbuf2 ); |
| hPtbuf | |
| Handle to destination points buffer. | |
| hPtbuf2 | |
| Handle to source points buffer. | |
| To know the number of points was added by this function, read the global property LC_PROP_G_PTBUFNEWPTS just after the function execution. |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_PtbufCopy |